home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / eudor154.zip / COMMON.Z / MHZ288PC.MOD < prev    next >
Text File  |  1995-12-14  |  1KB  |  41 lines

  1. ; Megahertz 28.8 XJ2288 PCMCIA
  2. ;
  3. ; If you make a change to this file you should change the description (the
  4. ; top line) so that the setup program can distinguish this new setup from
  5. ; the one you changed.  Be sure to rename and copy the modified file to
  6. ; the scripts directory.
  7. ;
  8. ;     This document applies to Megahertz modems XJ2288 and CC3288,
  9. ;     which incorporate the AT&T HSM288xCF chipset.
  10.  
  11. ;
  12. ; An explicit \r must be placed at the end of a send line if you wish to
  13. ; terminate the line.  \r\n are stripped to \r.  \n will be sent without
  14. ; translation.
  15. ;
  16. ; The modem is assumed to be configured such that
  17. ;  1) When DTR is dropped the modem dropps carier and goes into command mode
  18. ;  2) Must operate in reliable mode LAMP or MNP
  19. ;  3) Hardware flow control is desired, modem and eudora.ini file must match
  20. ;  4) The modem does not change the DCE speed after connect
  21. ;
  22. cancelon ERROR
  23. ;
  24. send AT\r
  25. pause 1
  26. ;
  27. ;    Hardware flow                            - &K3
  28. ;    DTR handling                             - &D2
  29. ;    MNP, normal, or LAPM connections         - \N3
  30. ;    DTE flow control, RTS/CTS hardware       - \Q3
  31. ;    Enable MNP5 compression                  - %C1
  32. ;    state of remote carrier is tracked       - &C1
  33. ;    describe connect codes,compression etc   - W1
  34. ;     display connect messages                 - X4
  35. ;
  36. send AT &F&C1&D2&K3W1X4\\Q3\\N3S7=60 \r
  37. waitfor OK
  38. ;
  39. set FlowControl=Hardware
  40. ;
  41.